﻿@charset "utf-8";

/**
===============================================================
	author : Lion.lu
	name   : CSS rest
	date   : 2017-05-6
	QQ     : 190256820
===============================================================
**/

 html { overflow-y: scroll; }
*html { background-image:url(about:blank); background-attachment:fixed; }

/* 清除内外边距 */
h1, h2, h3, h4, h5, h6, hr, p, blockquote, 		/* structural elements 结构元素 */
dl, dt, dd, ul, ol, li,							/* list elements 列表元素 */
pre, 											/* text formatting elements 文本格式元素 */
fieldset, form, button, input, textarea, 		/* form elements 表单元素 */
th, td , 										/* table elements 表格元素 */
body { margin: 0; padding: 0; }

/* 设置默认字体样式 */
body,input,button,form{font-size:14px; line-height: 28px; font-family: "microsoft yahei", "Arial"; color:#6e6e6e;}
h1,h2,h3,h4,h5,h6,font {font-size:14px; font-weight: normal; }
i, em { font-style: normal; }

/** 重置图片元素 **/
img { border: none; vertical-align: top;}

/** 重置列表元素 **/
ul, ol, li { list-style: none; }

/** 重置表格元素 **/
table { border-collapse:collapse; border-spacing: 0;}

/**重置表单元素**/
input[type=submit] { cursor:pointer; }
input[type=button] { cursor:pointer; }
textarea { resize: none; overflow:auto; }

/** 默认链接元素 **/
a { color:#288ADD; text-decoration: none;
	-webkit-transition: color .2s;
	   -moz-transition: color .2s;
	    -ms-transition: color .2s;
	     -o-transition: color .2s;
	        transition: color .2s;
}
a:hover { color: #333;     text-decoration: none;}
a:focus { -moz-outline-style: none; }
a:focus { outline: none;} 
a * { cursor: pointer; }
q:before,q:after{ content:none; }

/** 浮动元素 **/
.fl,.ifl{ float: left; *display: inline; }
.fr ,.ifr{ float: right; *display: inline; }

/* 清除浮动 */
.clearfix:after{ display:block; clear:both; visibility:hidden; height:0; overflow:hidden; content:"."; }
.clearfix{ *zoom:1; }
.clear{clear:both; height:0; line-height: 0; font-size: 0; overflow:hidden;}

/* 溢出 / 隐藏 */
.over{overflow:hidden;}
.hide{display:none;}

li a {display: block;}
/* global style */



@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1467873970'); /* IE9*/
  src: url('iconfont.eot?t=1467873970#iefix') format('embedded-opentype'), /* IE6-IE8 */
   
  url('iconfont.ttf?t=1467873970') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1467873970#iconfont') format('svg'); /* iOS 4.1- */
}

.container { width: 1000px; margin: 20px auto; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt50 { padding-top: 50px; }

.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb50 { padding-bottom: 50px; }
.pb80 { padding-bottom: 80px; }


.mb10 { margin-bottom: 10px; }
.mb30 { margin-bottom: 30px; }
.mt30  {margin-top: 30px; }

.rf{color:#ed1c24;}
.wf{color:#fff;}
.b-f3{background: #f3f3f3;}
 
.w100{width:100%; margin:0 auto;}
.w98{width: 98%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.w90{width:90%;margin:0 5%;}
.w90b{width:90%;max-width:810px;margin:0 auto;}
.w60{width:66.6666%;}
.w30{width:33.3333%;}


.w48{width:48%;}
.f36 {font-size:36px}
 
/* top */
.header{height: auto;z-index: 998;position: fixed;left: 0px;background:#fff;width: 100%;box-shadow: 0 0 10px #898989;top: 0px;}
.container {width:98%;max-width:1200px;margin:0 auto;overflow:hidden;}
.top-line{background:#fff;border-bottom: solid 1px #eee;}
.top-line a{font-size:.8em;color:#6e6e6e; }
.top-line .inner{height:30px;line-height:30px;}
.top-line .inner .top-line-f a{color:#6e6e6e;font-size:.8em;margin:0 6px;}
 
.top {margin:15px 0 0px 0;}
.logo{width:20%;margin:0 3% 0 0;height:auto;float:left;}
.top .navbar {width:77%;height:58px;line-height:58px;float:right;}
.top .navbar .nav{padding-top:10px;}
 
.nav:before,.nav:after {content:"";display:table;}
.nav:after {clear:both;}
 /**/
 
 
.li125 li {width:12.5%;text-align:center;float:left;height:32px;line-height:32px;}
.li125 li a{width:80%;text-align:center;color:#000;transition: ease-in-out .5s; }
.li125 li a:hover{width:100%;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;background:#9f2824;color:#fff;}
.menu-mobile {display:none;padding:10px;}
.mlogo {height:35px;padding-top:40px;}
.menu-mobile:after {content:"MENU";line-height:70px;font-size:1.2rem;padding:0;float:right;position:relative;top:15px;opacity:.8;/*-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);transform:translateY(-25%);*/}
.menu-dropdown-icon:before {content:"\e60e";font-family:"iconfont" !important;display:none;cursor:pointer;float:right;padding-right:10px;line-height:3em;color:#fff;}

@media screen and (max-width: 768px) {
.top-line,.container .fl{display:none;}	
.container { width:100%; margin: 0; }
.top .navbar {width:100%;height:85px;line-height:85px;float:none;}
.nav {position:static;}
.navBar .show-on-mobile {display:block;}
.menu-container {width:100%;}
.menu-mobile {display:block;border-bottom:2px solid #fd7a08;}
.menu-dropdown-icon:before {display:block;}
.nav {display:none;background:#fd7a08;}
.show-on-mobile {display:block;}
.li125 li {width:100%;}
.nav>li>a {color:#fff;font-size:16px;text-align:left;line-height:50px;padding:0 0 0 15px;float:left;}
}
	
/* 底部 */
.footer-box {background:#262626;    border-top: 5px solid #626262;}
.footer {padding:36px 0 18px;width:98%;max-width:1100px;margin:auto;}
.address {float:left;width:50%;}
.address p {line-height:20px;color:#ffffff;font-size:1em;margin-bottom:8px;}
.address p:nth-child(n):hover {color: #F2BC33;}

.footer-ri {float:right;width:48%;}
.eq {width:138px;text-align:center;margin-top:4px;float:right;margin-right:24px;text-align:right;}
.eq img {display:block;width:89px;height:89px;padding:4px;background:#fff;margin:auto;}
.eq p {color:#ffffff;text-align:center;margin-top:8px;font-size:12px;}
.footer-list {margin-top:20px;margin-right:2px;}
.footer-list li {float:left;}
.footer-list li a {display:inline-block;padding:0 15px;line-height:normal;color:#ffffff;font-size:12px;border-right:1px solid #959595;line-height:14px;}
.footer-list li:last-child a {border-right:none;}
.footer-list li a:hover {color:#F2BC33;}
.copyright {padding:12px 0;background:#333;color:#fff;}
.cope a {display:inline-block;color:#ffffff;margin-left:10px;}
.cope a:hover {color:#F2BC33;}
.footernav {display:none;position:fixed;width:100%;left:0;bottom:0;z-index:999;background:#fff;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;}

/*link*/
.ilink{ height: 50px; line-height: 20px; padding: 30px 0; background: #EFEDED; color: #000;}
@media only screen and (max-width: 768px) {.ilink{display:none;}}
.ilink h3{ width: 102px; height: 26px; font-size: 18px; line-height: 26px; display: inline-block; *display: inline; vertical-align: middle; zoom: 1; margin-right: 5px;color:#000;}
.ilink a{ height: 26px; line-height: 26px; font-size: 12px;  vertical-align: middle; padding: 0 14px; border-left: 1px dashed #cfcfcf; display:inline-block;}
.ilink .a1{ border-left: 0px; }
.ilink a:hover{ color: #fff; }

.banner {position:relative; margin:0 auto; margin-top: 104px;background:#fff;}
.banner .bd {position:relative;z-index:0;}
.banner .bd li img {width:100%;vertical-align:top;}
.banner .hd { position:absolute; bottom:5%; width:100%; height:14px; z-index:1; }
.banner .hd ul { width:90%; margin:0 auto; text-align:center; }
.banner .hd ul li { display:inline-block; *display:inline; zoom:1; width:14px; height:14px; margin:0 3px; /*border-radius:50%;*/ background:#fff; line-height:999px; overflow:hidden; cursor:pointer; border-radius: 10px;}
.banner .hd ul .on { background:#cc0033; }

.shadow-bg{background-image:url(../images/shadow.png);height:70px; background-position:center;}
.shadow-bg dl dd{float:left;}
.shadow-bg dl dd.keywords {font-size:14px;color:#000;font-weight:bold;line-height:70px;}
.shadow-bg dl dd.keyword {line-height:70px;margin:0px 6px;}
.shadow-bg dl dd.keyword a {color:#343434;font-size:14px;}
.shadow-bg dl dd.keyword a:hover {color:#f00000;}
@media screen and (min-width:2048px){
.banner .bd li{min-height:584px;}
}
@media screen and (min-width:1921px){
.banner .bd li{min-height:548px;}
}

@media screen and (max-width:1700px){
.banner .bd li{min-height:485px;}
}
@media screen and (max-width:1600px){
.banner .bd li{min-height:458px;}
}
@media screen and (max-width:1450px){
.banner .bd li{min-height:412px;}
}
@media screen and (max-width:1440px){ 
.banner .bd li{min-height:410px;}
} 
@media screen and (max-width:1400px){
.banner .bd li{min-height:385px;}
}
@media screen and (max-width:1340px){
.banner .bd li{min-height:365px;}
}
@media screen and (max-width:1200px){
.banner .bd li{min-height:326px;}
}
@media screen and (max-width:1100px){
.banner .bd li{min-height:300px;}
}
@media screen and (max-width:1024px){
.banner .bd li{min-height:280px;}
}
@media screen and (max-width: 768px) {
.shadow-bg dl dd.keywords,.shadow-bg dl dd.keyword{display:none;}
.banner .bd li{min-height:210px;}
.banner { margin-top: 65px;}
}
@media screen and (max-width: 640px) {
	.banner .bd li{min-height:170px;}
}
@media screen and (max-width: 480px) {
	.banner .bd li{min-height:132px;}
}
@media screen and (max-width: 380px) {
	.banner .bd li{min-height:105px;}
}
@media screen and (max-width: 768px) {
.footer {padding:36px 0 18px;}
.address {float:left;width:63%;}
.footer-ri {float:right;width:35%;}
.footer-list,.copyright{display:none;}
.banner { margin-top: 85px;}
}
.formBox{margin:20px auto;padding:20px 0 ; border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;}
.formBox p{font-size:1.4em;font-weight:500;color:#333;}
.k_form{margin:20px 0;}
.k_form  .k_in3{border:1px solid #c5c5c5;  border-radius:3px;padding:1%;font:12px/1.8 'soolidiumregular';width:43%;margin:0px 2% 2% 0px;color:#7d7c7c;}
.k_form  .k_submit{background-color:#2553b3;border:1px solid #2553b3;border-radius:3px;color:#fff;width:120px;height:40px;line-height:36px;font-family:'soolidiumregular';padding:0px;margin:0px;}
.k_form input[type="text"]:focus,.k_form textarea:focus {border:1px solid #2e2e2e;background-color:#fff;}
.k_form .k_submit:hover {background-color:#ffa800;border:1px solid #ffa800;}
.k_pagelist {float:left;display:table;clear:both;line-height:30px;margin:10px 0 20px 0;}
.k_pagelist em {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;background:#F5F9FE;color:#14316B;font-weight:bold;font-style:normal;}
.k_pagelist strong {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;color:#009900;}
.k_pagelist a {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;}
.k_feedback{width:90%;margin:20px 5%;height:100%;}
.k_feedback p{height:60px;line-height:60px;font-size:0.8em;text-align:center;}
.k_feedback ol li{line-height:2.5em;}

.k_feedback .k_form {float:left;display:block;width:90%;margin:0 20px 5%;color:#939393;height:auto;}
.k_feedback .k_form  table{height:400px;}
.k_form p {width:96%;line-height:66px;overflow:hidden;margin:20px 0 0 0;color:#fd0000;font-size:1.1em;padding:20px 0 0 20px;border-top-width:1px;border-top-style:dotted;border-top-color:#CCC;}
.k_form p label{margin:0 10px;}
.k_form .ts {border-bottom:1px dashed #939393;padding-bottom:20px;margin-bottom:18px;}
.k_form .mtxt {border:1px solid #c5c5c5;border-radius:3px;padding:2%;font:12px/1.8 'soolidiumregular';width:43%;margin:0px 2% 2% 0px;color:#7d7c7c;}
.k_form .mtxt2 {width:93%;height:130px;overflow:hidden;resize:none;}
.k_form .mbtn {background-color:#cc0033;border:1px solid #cc0033;border-radius:3px;color:#fff;width:120px;height:40px;line-height:36px;font-family:'soolidiumregular';padding:0px;margin:0px;}
.k_form input[type="text"]:focus,.k_form textarea:focus {border:1px solid #2e2e2e;background-color:#fff;}
.k_form .mbtn:hover {background-color:#919191;border:1px solid #919191;}

@media screen and (max-width: 768px) {
.formBox{width:96%;margin:20px 2%;}
}

.main .sitemap .type {font-size:1.5em;font-weight:500;height:60px;line-height:60px;background:#2553b3;padding:0 0 0 10px;color:#fff;margin:20px 0;}
.main .sitemap .con {padding:20px;}
.main .sitemap .con h1,.main .sitemap .con h3 {float:left;font-size:0.9em;font-weight:100;text-align:left;color:#fff;font-family:Microsoft sans serif,Arial;line-height:1.6em;width:30%;}
.main .sitemap h2 {font-size:1.3em;font-weight:500;height:60px;line-height:60px;padding:0 0 0 40px;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#CCC;}
.main .sitemap .con li {font-size:0.8em;line-height:1.8em;}

/*TAG&SEARCH*/	
.k_search p{width:100%;clear:both;}
.search{height:auto;}
.search .iprolist {width:23%;margin:0 1% 0 1%;float:left;}
.search .iprolist img {width:100%;}
.search figcaption {text-align:center;}
.search figcaption h2 ,.main figcaption h3 {font-size:0.8em;color:#002;font-family:Tahoma,Geneva,sans-serif;}
.search figcaption small {font-size:0.6em;text-align:left;}
.k_search h3 a{float:left;font-weight:200;color:#CDA46F;}
.k_search h3:nth-child(2n+1) a{font-size:0.9em;font-weight:600;color:#000;}
.k_search h3:nth-child(3n+2) a{font-size:1.5em;font-weight:300;color:#888;}
.k_search h3:nth-child(5n+3) a{font-size:2.1em;font-weight:800;color:#11406C;}
.k_search h3:nth-child(7n+5) a{font-size:1.8em;font-weight:500;color:#ccc;}
.k_search h3:nth-child(11n+7) a{font-size:1.2em;font-weight:300;color:#009CFD;}
.k_search h3:nth-child(13n+9) a{font-size:2.4em;font-weight:500;color:#BB170F;}

.k_search .item:hover,.k_search .item.current{background: #f5f5f5;}
.k_search .item {border-bottom: 1px dashed #707070;padding-bottom: 18px;padding-top: 18px;}
.k_search .item .date{float: left;width: 116px;text-align: center;line-height: 1.2}
.k_search .item .date p{font-size: 40px;font-weight: bold;color: #2f2f2f;margin-top:26px;}
.k_search .item .date span{display: block;text-align: center;font-size: 12px;color: #2f2f2f;}
.k_search .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.k_search .item dl dt { font-size:15px; line-height:24px;font-weight: bold;color: #3a3a3a; }
.k_search .item dl .t ,.k_search .item dl .t a{ padding:10px 0; color:#777; font-size:12px;font-weight:100; line-height:20px; }
.k_search .item dl .i { padding:5px 0 0; color:#505050; font-size:13px; line-height:25px; }
.k_search .item dl .m{margin-top:15px;}
.k_search .item dl .m a{color: #fff;padding:6px 32px;background: #c9a36d;display: inline-block;}

.page { padding:0 0 40px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #ddd; background:#ddd; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #c9a36d; background:#c9a36d; color:#fff; }